home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / fly8111-.000 / fly8111- / fly8 / docs / todo < prev   
Text File  |  1979-12-31  |  3KB  |  107 lines

  1. /* --------------------------------- todo ----------------------------------- */
  2.  
  3. /* This is part of the flight simulator 'fly8'.
  4.  * Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
  5. */
  6.  
  7. /* This is the place to keep all those notes of ideas and observations that
  8.  * cannot be done on the spot.
  9. */
  10.  
  11.  
  12. ToDo 1.02
  13. =========
  14.  
  15. [30 Jan 94]
  16. - allow objects of coarse resolution, say *VONE.
  17. - add missiles, chaff, flares, that sort of stuff.
  18. - add more planes.
  19.  
  20. ToDo 1.00
  21. =========
  22.  
  23. [8 Aug 93]
  24. - use speed optimization only on critical modules. Use size opt on the rest.
  25.   (this is for msdos).
  26. [done, can do more]
  27. - document the new mac2max/max2mac.
  28. [done max.doc]
  29. - upgrade the networking doco.
  30.  
  31. [26 July 93]
  32. - add .ini parameter to supply a 'team' name. Then show all team members in
  33.   blue (rather than red). team name should be supplied during the negotiation
  34.   stage.
  35. [done]
  36. - add radar option to NOT lock on team members.
  37. [done]
  38. - a new program to define macros in a text file. Should use the output of
  39.   'listmac' as the file format.
  40. [done]
  41.  
  42. [general]
  43. - add dbuff to X11.
  44. [done one way]
  45. - add net to unix.
  46.  
  47.  
  48. ============================================================================
  49.  
  50.  
  51. [28 Oct 92]
  52. - option to feed startup keystokes.
  53. - asm implementation of some ifuncs?
  54.  
  55. [27 Sep 92]
  56. - should the zero digit be crossed in the stroke font?
  57.  
  58. [ 1 Oct 92]
  59. - imported object don't blink red/white when hit.
  60.  
  61. [26 Oct 92]
  62. - option for mono reverse-video.
  63.  
  64. [29 Oct 92]
  65. - have a generic (void *) pointer in the window/screen structure for the
  66.   graphics driver to keep its context.
  67.  
  68. [16 Nov 92]
  69. - add debug code to memory.c to check for:
  70.   1 block not already free.
  71.   2 block in our chunks address but not in the unallocated area.
  72.  
  73. [17 Nov 92]
  74. - font id and size should reside in the hud structure.
  75. - allow specification of X resources; maybe after '--' on command line.
  76.  
  77. [20 Nov 92]
  78. - add some mountains?
  79.  
  80. [25 Nov 92]
  81. - ALL files should follow the here/HOME/PATH search sequence.
  82.  
  83. [27 Nov 92]
  84. - update map less frequently.
  85.  
  86. [29 Nov 92]
  87. - idle engine should use fuel!
  88.  
  89. [6 Dec 92]
  90. - study the X double buffering examples and do it.
  91. - revive the Borland port and bring it up to date.
  92.  
  93. [7 Dec 92]
  94. - remove the remaining text calls
  95. - read ILS data from a file
  96. - read object desc from a file.
  97. - read land layout from a file (this is where ILS should be).
  98.  
  99. [16 Dec 92]
  100. - add fdiva() asm support?
  101.  
  102. [3 Dec 92]
  103. - add object description files directory command line option.
  104. - clear text window with 'c' command. Also when getting out of text window
  105.   style.
  106. - stores mgmt HDD needed.
  107.